Uses of Class
negotiator.tournament.VariablesAndValues.TournamentVariable

Packages that use TournamentVariable
negotiator.tournament   
negotiator.tournament.VariablesAndValues   
 

Uses of TournamentVariable in negotiator.tournament
 

Methods in negotiator.tournament that return types with arguments of type TournamentVariable
 java.util.ArrayList<TournamentVariable> Tournament.getVariables()
           
 

Uses of TournamentVariable in negotiator.tournament.VariablesAndValues
 

Subclasses of TournamentVariable in negotiator.tournament.VariablesAndValues
 class AgentParameterVariable
          ProfileVariable is a variable for a tournament, indicating that the profile is to be manipulated.
 class AgentVariable
          AgentVariable indicates the agents used in a tournament.
 class BOAagentVariable
          AgentVariable indicates the agents used in a tournament.
 class DBLocationVariable
           
 class DBPasswordVariable
           
 class DBSessionVariable
           
 class DBUserVariable
           
 class ExperimentalVariable
           
 class ProfileVariable
          ProfileVariable is a variable for a tournament, indicating that the profile is to be manipulated.
 class ProtocolVariable
           
 class TotalSessionNumberVariable
           
 class TournamentOptionsVariable